Searched refs:once (Results 1 - 6 of 6) sorted by relevance
/ast/src/lib/libast/sfio/ |
H A D | vthread.h | 153 /* structure for exactly once execution */ 156 _vtonce_t once; member in struct:_vtonce_s 169 #define vtonceerror(once) ((once)->error) 215 #define vtonceerror(once) (0)
|
/ast/src/cmd/tests/sfio/ |
H A D | tdisc.c | 93 ssize_t once(Sfio_t* f, Void_t* buf, size_t n, Sfdisc_t* disc) function 95 ssize_t once(f,buf,n,disc) 135 Sfdisc_t Odisc = {once, (Sfwrite_f)0, (Sfseek_f)0, (Sfexcept_f)0, (Sfdisc_t*)0}; 196 /* read-once discipline */
|
/ast/src/cmd/ss/ |
H A D | ssd.c | 188 int once; member in struct:symbol 574 if (symbols[n].once >= 0) 580 if (symbols[n].once) symbols[n].once = -1;
|
/ast/src/lib/libast/regex/ |
H A D | reglib.h | 551 unsigned char once; /* if 1st parse fails, quit */ member in struct:reglib_s
|
H A D | regcomp.c | 72 * need no backtracking once a complete match is found. 3226 p->env->once = 1; 3349 p->env->once = 1; 3506 if (!q->env->once) 3507 p->env->once = 0; 3518 p->env->once = 1;
|
H A D | regnexec.c | 1968 j = env->once || (flags & REG_LEFT); 1969 DEBUG_TEST(0x0080,(sfprintf(sfstdout, "AHA#%04d parse once=%d\n", __LINE__, j)),(0));
|
Completed in 34 milliseconds