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

  /src/sys/arch/bebox/stand/boot/
vga.c 52 int lastpos; variable in typeref:typename:int
102 if (lastpos != pos) {
107 lastpos = pos;
  /src/sys/arch/prep/stand/boot/
vga.c 53 int lastpos; variable in typeref:typename:int
104 if (lastpos != pos) {
109 lastpos = pos;
  /src/lib/libc/regex/
engine.c 98 const char **lastpos; /* [nplus+1] */ member in struct:match
290 m->lastpos = NULL;
351 if (g->nplus > 0 && m->lastpos == NULL)
352 m->lastpos = malloc((g->nplus+1) *
354 if (g->nplus > 0 && m->lastpos == NULL) {
366 assert(g->nplus == 0 || m->lastpos != NULL);
418 if (m->lastpos != NULL) {
419 free(__UNCONST(m->lastpos));
420 m->lastpos = NULL;
805 assert(m->lastpos != NULL)
    [all...]

Completed in 27 milliseconds