Searched defs:txt (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libexpr/
H A Dexeval.c133 register char* txt; local
218 txt = exnospace();
222 txt = exstash(fmt->tmp, NiL);
226 txt = 0;
239 if (txt)
241 if (streq(txt, "identifier"))
249 else if (streq(txt, "invert"))
257 else if (streq(txt, "lower"))
263 else if (streq(txt, "upper"))
269 else if (streq(txt, "variabl
[all...]
/ast/src/cmd/nmake/
H A Dmisc.c319 char* txt; local
335 txt = sfstruse(fp->tmp);
338 txt = 0;
382 if (txt)
384 if (streq(txt, "identifier"))
392 else if (streq(txt, "invert"))
400 else if (streq(txt, "lower"))
406 else if (streq(txt, "upper"))
412 else if (streq(txt, "variable"))
427 value->s = txt
[all...]
/ast/src/cmd/tw/
H A Dfind.c215 char txt[PATH_MAX+1]; member in struct:State_s
1556 val = S_ISLNK(ent->fts_statp->st_mode) && pathgetlink(PATH(ent), state->txt, sizeof(state->txt)) > 0 && strgrpmatch(state->txt, np->first.cp, NiL, 0, STR_MAXIMAL|STR_LEFT|STR_RIGHT|ent->ignorecase);
1559 val = S_ISLNK(ent->fts_statp->st_mode) && pathgetlink(PATH(ent), state->txt, sizeof(state->txt)) > 0 && strgrpmatch(state->txt, np->first.cp, NiL, 0, STR_MAXIMAL|STR_LEFT|STR_RIGHT|STR_ICASE);
1616 fmtls(state->buf, ent->fts_path, ent->fts_statp, NiL, S_ISLNK(ent->fts_statp->st_mode) && pathgetlink(PATH(ent), state->txt, sizeof(state->txt)) > 0 ? state->txt
[all...]

Completed in 65 milliseconds