Home | History | Annotate | Download | only in make-3.81

Lines Matching refs:ifs

2206    IFS is the value of $IFS, or nil (meaning the default).  */
2210 char *ifs, char **batch_filename_ptr)
2403 if (ifs != 0)
2404 for (ap = ifs; *ap != '\0'; ++ap)
2933 variable expansion for $(SHELL) and $(IFS). */
2939 char *shell, *ifs;
2984 /* Turn off --warn-undefined-variables while we expand SHELL and IFS. */
3044 ifs = allocated_variable_expand_for_file ("$(IFS)", file);
3049 argv = construct_command_argv_internal (line, restp, shell, ifs, batch_filename_ptr);
3052 free (ifs);