Home | History | Annotate | Download | only in sed

Lines Matching refs:program

5     This program is free software; you can redistribute it and/or modify
10 This program is distributed in the hope that it will be useful,
16 along with this program; if not, write to the Free Software
224 /* Read the next character from the program. Return EOF if there isn't
268 /* Read the next non-blank character from the program. */
280 /* Read an integer value from the program. */
1039 /* Read a program (or a subprogram within `{' `}' pairs) in and store
1633 /* Make any checks which require the whole program to have been read.
1637 check_final_program(program)
1638 struct vector *program;
1669 program->v[go->v_index].x.jump_index = lbl->v_index;
1675 program->v[go->v_index].x.jump_index = program->v_length;
1717 finish_program(program)
1718 struct vector *program;