Lines Matching refs:peekchar
195 switch (peekchar()) {
229 switch (peekchar()) {
269 if (peekchar() == 'd') {
363 tail(peekchar() == 'x' ? "ex" : "edit");
497 if (peekchar() == 'a') {
499 if (peekchar() == 'p') {
517 if (peekchar() == 'u') {
553 switch (peekchar()) {
581 if (peekchar() == 'e') {
658 if (peekchar() == 'e') {
660 switch (peekchar()) {
723 if (peekchar() == '!') {
738 switch (peekchar()) {
790 switch (d = peekchar()) {
825 if (peekchar() == 'a') {
842 if (peekchar() == 'n') {
844 switch (peekchar()) {
871 switch (peekchar()) {
901 c = peekchar();
904 if (skipwh() && peekchar() == '!') {
1069 for (cnt = 1; peekchar() == c; cnt++)