Searched refs:picturebufpos (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/efcode/engine/
H A Dprint.c47 *(--env->picturebufpos) = (char) POP(DS);
53 env->picturebufpos = env->picturebuf + env->picturebuflen - 1;
54 *env->picturebufpos = 0;
62 push_string(env, env->picturebufpos, strlen(env->picturebufpos));
74 *(--env->picturebufpos) = DIGIT(b);
112 width -= strlen(env->picturebufpos);
213 *(--env->picturebufpos) = DIGIT(b);
230 push_string(env, env->picturebufpos, strlen(env->picturebufpos));
[all...]
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dengine.h218 char *picturebufpos; /* pictured string buffer position */ member in struct:FCODE_ENV

Completed in 68 milliseconds