Searched defs:words (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libcmd/
H A Dwc.h45 Sfoff_t words; member in struct:__anon331
/ast/src/cmd/re/
H A Dgrep.c83 "[w:word-match|word-regexp?Force \apatterns\a to match complete words.]"
177 unsigned char words; /* word matches only */ member in struct:State_s
202 if (state.words)
791 state.words = 1;
812 if ((state.options & REG_LITERAL) && state.words)
/ast/src/cmd/kshlib/cmdtst/
H A Dgrep.c92 "[w:word-match|word-regexp?Force \apatterns\a to match complete words.]"
201 unsigned char words; /* word matches only */ member in struct:State_s
254 if (state->words)
261 if (state->words)
842 state.words = 1;
867 if ((state.options & REG_LITERAL) && state.words)
/ast/src/lib/libtksh/include/
H A Dtcl.h493 int words[1]; /* Multiple integer words for key. member in union:Tcl_HashEntry::__anon427

Completed in 29 milliseconds