Searched refs:picturebufpos (Results 1 – 2 of 2) sorted by relevance
47 *(--env->picturebufpos) = (char) POP(DS); in pic_hold()53 env->picturebufpos = env->picturebuf + env->picturebuflen - 1; in pic_start()54 *env->picturebufpos = 0; in pic_start()62 push_string(env, env->picturebufpos, strlen(env->picturebufpos)); in pic_ustop()74 *(--env->picturebufpos) = DIGIT(b); in pic_unsigned()112 width -= strlen(env->picturebufpos); in format_number()213 *(--env->picturebufpos) = DIGIT(b); in pic_dunsigned()230 push_string(env, env->picturebufpos, strlen(env->picturebufpos)); in pic_dstop()
218 char *picturebufpos; /* pictured string buffer position */ member