HomeSort by: relevance | last modified time | path
    Searched defs:tnp (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/libcurses/
delch.c 113 nschar_t *np, *tnp; local in function:wdelch
127 tnp = np->next;
129 np = tnp;
ins_wch.c 91 nschar_t *np, *tnp; local in function:wins_wch
164 tnp = np->next;
166 np = tnp;
insstr.c 150 nschar_t *np, *tnp; local in function:winsnstr
174 tnp = np->next;
176 np = tnp;
add_wchstr.c 142 nschar_t *np, *tnp; local in function:wadd_wchnstr
229 tnp = np->next;
231 np = tnp;
258 tnp = np->next;
260 np = tnp;
background.c 170 nschar_t *np, *tnp; local in function:wbkgrndset
194 tnp = np = win->bnsp;
206 tnp = np;
217 if (tnp)
218 tnp->next = np;
223 tnp = np;
curses.c 139 nschar_t *np, *tnp, *pnp; local in function:_cursesi_copy_nsp
144 tnp = ch->nsp;
146 if (tnp) {
147 tnp->ch = np->ch;
148 pnp = tnp;
149 tnp = tnp->next;
151 tnp = malloc(sizeof(nschar_t));
152 if (!tnp)
154 tnp->ch = np->ch
184 nschar_t *tnp, *np; local in function:__cursesi_free_nsp
    [all...]
  /src/bin/csh/
dol.c 396 char tnp; local in function:Dgetdol
433 for (np = wbuf; read(OLDSTD, &tnp, 1) == 1; np++) {
434 *np = (unsigned char)tnp;
437 if (tnp == '\n')

Completed in 16 milliseconds