HomeSort by: relevance | last modified time | path
    Searched refs:wstart (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libedit/
tokenizer.c 90 Char *wstart; /* Beginning of next word */ local in function:TYPE
108 if ((tok->flags & TOK_KEEP) || tok->wptr != tok->wstart) {
109 tok->argv[tok->argc++] = tok->wstart;
111 tok->wstart = ++tok->wptr;
149 tok->wstart = tok->wspace;
166 tok->wstart = tok->wspace;
219 co = (int)(tok->wptr - tok->wstart);
421 tok->wstart = (tok->wstart - tok->wspace) + s;
440 co = (int)(tok->wptr - tok->wstart);
    [all...]
  /src/usr.bin/msgc/
msg_sys.def 164 const char *wstart, *afterw;
183 for (wstart = afterw = cbuffer; *wstart; wstart = afterw) {
193 if (*wstart == '\n') {
216 if (*wstart == '\t') {
234 last_i_was_space = isspace((unsigned char)*wstart);
240 * characters. wstart is now the start of the word,
243 wordlen = afterw - wstart;
256 waddbytes(msg_win, wstart, wordlen)
    [all...]
  /src/games/backgammon/backgammon/
main.c 76 static const char wstart[] = ". White starts.\n"; variable in typeref:typename:const char[]
261 writel(wstart);

Completed in 15 milliseconds