Lines Matching defs:word
29 #include "extract-word.h"
479 const char *e, *word = format;
495 k = strnappend(r, word, e-word-1);
502 word = e-1;
506 k = strnappend(r, word, e-word);
513 word = e+1;
523 t = strempty(strv_env_get_n(env, word+2, e-word-2));
532 word = e+1;
539 k = strnappend(r, word, e-word);
563 /* If $FOO appears as single word, replace it by the split up variable */
603 /* If ${FOO} appears as part of a word, replace it by the variable as-is */